home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / vitor.dxr / 00051.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  137 b   |  8 lines

  1. on enterFrame
  2.   set cont to 6
  3.   repeat while cont < 14
  4.     set the visible of sprite cont to 0
  5.     set cont to cont + 1
  6.   end repeat
  7. end
  8.